net/http.http2stream.id (field)
23 uses
net/http (current package)
h2_bundle.go#L4451: id uint32
h2_bundle.go#L4916: *writeArg = http2writeData{stream.id, data, endStream}
h2_bundle.go#L5133: sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
h2_bundle.go#L5462: delete(sc.streams, st.id)
h2_bundle.go#L5488: sc.writeSched.CloseStream(st.id)
h2_bundle.go#L5692: return st.id%2 == 0
h2_bundle.go#L5734: StreamID: st.id,
h2_bundle.go#L5814: sc.writeSched.AdjustStream(st.id, f.Priority)
h2_bundle.go#L5885: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5889: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5898: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5935: id: id,
h2_bundle.go#L5949: sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
h2_bundle.go#L6072: return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6179: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6243: write: http2write100ContinueHeadersFrame{st.id},
h2_bundle.go#L6291: streamID = st.id
h2_bundle.go#L6488: streamID: rws.stream.id,
h2_bundle.go#L6525: streamID: rws.stream.id,
h2_bundle.go#L6749: streamID: rws.stream.id,
h2_bundle.go#L7002: promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
h2_bundle.go#L7022: streamID: msg.parent.id,
h2_bundle.go#L10697: return wr.stream.id
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |